Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-811 | GEN002660 | SV-45207r1_rule | Medium |
Description |
---|
Without auditing, individual system accesses cannot be tracked and malicious activity cannot be detected and traced back to an individual account. |
STIG | Date |
---|---|
SUSE Linux Enterprise Server v11 for System z | 2016-12-20 |
Check Text ( C-42555r1_chk ) |
---|
Determine if auditing is enabled. # ps -ef |grep auditd If the auditd process is not found, this is a finding. |
Fix Text (F-38603r1_fix) |
---|
Start the auditd service and set it to start on boot. # service auditd start ; chkconfig auditd on |